var github.com/klauspost/compress/zstd.fsePredefEnc
7 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L673: llEnc, m = chooseComp(llEnc, b.coders.llPrev, &fsePredefEnc[tableLiteralLengths])
blockenc.go#L684: ofEnc, m = chooseComp(ofEnc, b.coders.ofPrev, &fsePredefEnc[tableOffsets])
blockenc.go#L696: mlEnc, m = chooseComp(mlEnc, b.coders.mlPrev, &fsePredefEnc[tableMatchLengths])
enc_best.go#L49: ofTT, mlTT := fsePredefEnc[tableOffsets].ct.symbolTT[ofc], fsePredefEnc[tableMatchLengths].ct.symbolTT[mlc]
fse_predefined.go#L22: fsePredefEnc [3]fseEncoder
fse_predefined.go#L147: enc := &fsePredefEnc[i]
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |